Vcenter NamespaceManagement Zones ClusterCompatibilities ClusterCompatibilityResult

Vcenter NamespaceManagement Zones ClusterCompatibilities ClusterCompatibilityResult
Vcenter NamespaceManagement Zones ClusterCompatibilities ClusterCompatibilityResult

The Vcenter NamespaceManagement Zones ClusterCompatibilities ClusterCompatibilityResult schema contains the result of the compatibility check.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "cluster": "string",
    "compatible": false,
    "compatibility_messages": [
        {
            "severity": "string",
            "details": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage Object",
                        "format": "string",
                        "precision": 0
                    }
                },
                "localized": "string"
            }
        }
    ]
}
string
cluster
Required

The identifier for the vSphere Cluster Compute Resource.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource.

boolean
compatible
Required

Indicates if the vSphere Cluster Compute Resource is compatible with the vSphere Zone.

This property was added in vSphere API 9.1.0.0.

compatibility_messages
Required

The details about the compatibility of the Cluster Compute Resource.

This property was added in vSphere API 9.1.0.0.